home *** CD-ROM | disk | FTP | other *** search
/ 5,555 MP3 Music & Sound / 5,555 MP3 - Music & Sound.iso / pro / crdir / unit1~1.~df < prev    next >
Encoding:
Text File  |  2000-02-25  |  1.2 KB  |  71 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 553
  5.   Height = 175
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 23
  20.     Height = 13
  21.     Caption = 'From'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 400
  25.     Top = 16
  26.     Width = 16
  27.     Height = 13
  28.     Caption = 'To:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 88
  32.     Top = 80
  33.     Width = 42
  34.     Height = 13
  35.     Caption = 'Directory'
  36.   end
  37.   object Button1: TButton
  38.     Left = 184
  39.     Top = 32
  40.     Width = 193
  41.     Height = 25
  42.     Caption = 'Create Dir'
  43.     TabOrder = 0
  44.     OnClick = Button1Click
  45.   end
  46.   object Edit1: TEdit
  47.     Left = 16
  48.     Top = 40
  49.     Width = 121
  50.     Height = 21
  51.     TabOrder = 1
  52.     Text = '1'
  53.   end
  54.   object Edit2: TEdit
  55.     Left = 400
  56.     Top = 40
  57.     Width = 121
  58.     Height = 21
  59.     TabOrder = 2
  60.     Text = '41'
  61.   end
  62.   object Edit3: TEdit
  63.     Left = 88
  64.     Top = 112
  65.     Width = 377
  66.     Height = 21
  67.     TabOrder = 3
  68.     Text = 'G:\mp3disc\mp3'
  69.   end
  70. end
  71.